home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / zcpp_jae.zip / INCL.CPP < prev    next >
C/C++ Source or Header  |  1991-04-28  |  1KB  |  49 lines

  1. // Includes.cpp
  2. //
  3. // The purpose of this test is to see if the CPP processor can process the
  4. // majority of the Zortech include files without dying.
  5. //
  6. // Guy C. Gallant, 27Apr91
  7.  
  8. #include <stdio.h>     
  9. #include <assert.h>    
  10. #include <bios.h>      
  11. #include <conio.h>     
  12. #include <ctype.h>     
  13. #include <direct.h>    
  14. #include <disp.h>      
  15. #include <dos.h>       
  16. #include <emm.h>       
  17. #include <errno.h>     
  18. #include <fcntl.h>     
  19. #include <fg.h>        
  20. #include <fg.hpp>      
  21. #include <float.h>     
  22. #include <generic.hpp> 
  23. #include <handle.h>    
  24. #include <int.h>       
  25. #include <io.h>        
  26. #include <limits.h>    
  27. #include <locale.h>    
  28. #include <math.h>      
  29. #include <msmouse.h>   
  30. #include <new.hpp>     
  31. #include <page.h>      
  32. #include <process.h>   
  33. #include <setjmp.h>    
  34. #include <share.h>     
  35. #include <signal.h>    
  36. #include <sound.h>     
  37. #include <stdarg.h>    
  38. #include <stddef.h>    
  39. #include <stdlib.h>    
  40. #include <stream.hpp>  
  41. #include <string.h>    
  42. #include <swap.h>      
  43. #include <termio.h>    
  44. #include <time.h>      
  45. #include <tsr.h>       
  46.  
  47.  
  48. void main () { printf ("Hello World"); }
  49.